From 27b338a90b3dd2a4c76933749c71502065875578 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:03:43 -0500 Subject: [PATCH] passwordentry: Use markdown for css tree --- gtk/gtkpasswordentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c index f267325cba..8096299fb5 100644 --- a/gtk/gtkpasswordentry.c +++ b/gtk/gtkpasswordentry.c @@ -58,12 +58,12 @@ * * # CSS Nodes * - * |[ + * ``` * entry.password * ╰── text * ├── image.caps-lock-indicator * ┊ - * ]| + * ``` * * `GtkPasswordEntry` has a single CSS node with name entry that carries * a .passwordstyle class. The text Css node below it has a child with -- 2.30.2